Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
Need the latest SmartSDR, Power Genius, Tuner Genius and Antenna Genius Software?
SmartSDR v3.8.23 and the SmartSDR v3.8.23 Release Notes
SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
Power Genius XL Utility v3.8.9 and the Power Genius XL Release Notes v3.8.9
Tuner Genius XL Utility v1.2.11 and the Tuner Genius XL Release Notes v1.2.11
Antenna Genius Utility v4.1.8
SmartSDR v3.8.23 and the SmartSDR v3.8.23 Release Notes
SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
Power Genius XL Utility v3.8.9 and the Power Genius XL Release Notes v3.8.9
Tuner Genius XL Utility v1.2.11 and the Tuner Genius XL Release Notes v1.2.11
Antenna Genius Utility v4.1.8
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
-
Re: Radio.TXAudioStreamAddedEventHandler ... really?
Mario, I think you are correct. The xAPITester that I used to create the log ignores the isAudioStreamStatusForThisClient() method; it observes all streams. So your explanation explains why Gary sees…1 -
Re: Meter data duplicated?
The duplicates I saw in 2.1 were the same meter being listed more than once inside a single Vita meter packet. Running 2.3.9 I'm not seeing any duplicates of this type.1 -
Re: Decoding Opus Packets
Cliff,The library to decode Opus can be found here:https://opus-codec.org/downloads/ If you'd like to read some code (Swift for the Mac), take a look at the OpusDecode.swift file in my xSDR6000 proje…1 -
Re: Decoding Opus Packets
Cliff,Here's a snippet from my Vita decode function ( public class func decodeFrom(data: Data) -> Vita? ) ), the entire routine can be found here: https://github.com/DougPA/xLib6000/blob/master/xL…1 -
Re: Decoding Opus Packets
Congratulations Cliff! All of this stuff is complicated.Yes, in the case of Opus, the Vita packet count is somewhat misleading (and by my reading in violation of the spec). I'm not sure what the Vita…1